Daniel Isted

AI Software Engineer | Full-Stack Developer

Experienced software engineer with a proven track record in developing impactful applications and systems. Now focusing on AI and Machine Learning, leveraging a strong foundation in Python, system architecture, and full-stack development to build intelligent solutions. Seeking innovative AI engineering opportunities.

Daniel Isted

About Me

With over a decade of experience architecting and delivering software solutions, I thrive on tackling complex challenges. My background spans full-stack development, database administration, and leading projects from concept to deployment, notably creating systems that generated significant cost savings and earned state-level recognition for the City of Green Bay.

After a period dedicated to caregiving, I've immersed myself in the field of Artificial Intelligence and Machine Learning, acquiring new skills through focused learning and project work (see below). I'm passionate about leveraging AI to solve real-world problems and excited to contribute my robust engineering foundation and fresh AI perspective to a forward-thinking team.

Daniel Isted Professional

My Approach

I believe technology should serve people, not complicate their lives. My mission is to solve business problems with powerful, reliable, and intuitive solutions. Whether building AI models to automate tedious processes, architecting databases for optimal performance, or creating user-friendly interfaces, I focus on delivering tools that work seamlessly and make a tangible difference in how people work and achieve their goals.

Skills & Expertise

Python TensorFlow PyTorch Scikit-learn Pandas NLP Machine Learning SQL C# JavaScript HTML/CSS Go SQL Server MySQL ASP.NET/.NET Node.js Git Docker API Development iOS SDK

Get In Touch

I'm actively seeking opportunities in AI Software Engineering. If you think my skills and experience would be a valuable addition to your team, please reach out!

Contact Me
© Daniel Isted. All Rights Reserved.
Daniel Isted Projects

Featured Projects

Explore my portfolio of AI and software engineering projects. Each represents a unique challenge solved with innovative approaches, combining machine learning, data analysis, and robust engineering principles.

Loan Document Processor

Developed an AI-powered tool using OCR and NLP (spaCy/Transformers) to extract key information from scanned loan application documents (W2s, bank statements), automating data entry. Built with Python and TensorFlow/PyTorch.

NFL Player Prop Predictor

Created a machine learning model (using Scikit-learn/XGBoost/PyTorch) to predict the likelihood of NFL player prop success based on historical stats, opponent data, and betting lines. Involved data scraping, feature engineering, and model evaluation.

Coming Soon...

An exciting A.I. model and app to help trade prediction markets.

© Daniel Isted. All Rights Reserved.
Daniel Isted Cats

Blog

Thoughts on software engineering, AI, and technology. Sharing insights from my journey transitioning into AI and machine learning.

January 8, 2026

SQL Still Powers the AI Revolution

In the rush to embrace machine learning frameworks and neural networks, it's easy to overlook the foundation that makes AI possible: SQL. While TensorFlow and PyTorch grab headlines, SQL remains the workhorse quietly powering data pipelines, feature engineering, and model deployment at scale.

Every AI project I've worked on begins the same way—extracting, cleaning, and aggregating data. SQL excels at these tasks with unmatched efficiency. Modern databases with columnar storage and distributed processing can handle petabytes of data, making complex aggregations and joins that would choke Python scripts run in seconds. When you're preparing training datasets with millions of records, nothing beats a well-crafted SQL query.

Moreover, SQL integrates seamlessly into production AI systems. Feature stores, real-time inference pipelines, and A/B testing frameworks all rely on robust database queries. Understanding SQL isn't just about legacy systems—it's about building AI solutions that actually scale. As we push AI boundaries, mastering SQL remains essential for any serious AI engineer.